projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e45d8f5
)
Substitute deprecated function
author
Javier Jardón
<jjardon@gnome.org>
Wed, 18 Nov 2009 03:57:08 +0000
(
04:57
+0100)
committer
Javier Jardón
<jjardon@gnome.org>
Sun, 2 May 2010 23:51:20 +0000
(
01:51
+0200)
Use gtk_editable_set_editable() instead gtk_entry_set_editable()
modules/other/gail/tests/testcombo.c
patch
|
blob
|
history
diff --git
a/modules/other/gail/tests/testcombo.c
b/modules/other/gail/tests/testcombo.c
index 33559bbe66002369bb2aea96d5b184acc2fc85aa..4598010ef11c298a72f4f77cc780473668d6ab57 100644
(file)
--- a/
modules/other/gail/tests/testcombo.c
+++ b/
modules/other/gail/tests/testcombo.c
@@
-119,7
+119,7
@@
static void _check_combo_box (AtkObject *obj)
combo = GTK_ACCESSIBLE (combo_obj)->widget;
entry = GTK_ENTRY (gtk_bin_get_child (GTK_BIN (combo)));
- gtk_e
ntry_set_editable (entry
, FALSE);
+ gtk_e
ditable_set_editable (GTK_EDITABLE (entry)
, FALSE);
}
_check_children (combo_obj);
_test_selection (combo_obj);